home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / python-numpy / copyright next >
Encoding:
Text File  |  2010-06-08  |  26.2 KB  |  570 lines

  1. This package was debianized by Marco Presi (Zufus) <zufus@debian.org> on
  2. Tue, 14 Feb 2006 00:40:53 +0100.
  3.  
  4. It was downloaded from http://www.numpy.org/
  5.  
  6. Copyright:
  7.  
  8.     Copyright (c) 2005-2009, NumPy Developers <numpy-dev@numpy.org>
  9.  
  10. License:
  11.  
  12.     Redistribution and use in source and binary forms, with or without
  13.     modification, are permitted provided that the following conditions are
  14.     met:
  15.  
  16.         * Redistributions of source code must retain the above copyright
  17.            notice, this list of conditions and the following disclaimer.
  18.  
  19.         * Redistributions in binary form must reproduce the above
  20.            copyright notice, this list of conditions and the following
  21.            disclaimer in the documentation and/or other materials provided
  22.            with the distribution.
  23.  
  24.         * Neither the name of the NumPy Developers nor the names of any
  25.            contributors may be used to endorse or promote products derived
  26.            from this software without specific prior written permission.
  27.  
  28.     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  29.     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  30.     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  31.     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  32.     OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  33.     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  34.     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  35.     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  36.     THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  37.     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  38.     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  39.  
  40.  
  41. These files have differenct copyright and/or license notices than above:
  42.  
  43. numpy/core/include/numpy/fenv/fenv.{c,h}
  44.     Copyright (c) 2004 David Schultz <das@FreeBSD.ORG>
  45.     All rights reserved.
  46.  
  47.     Redistribution and use in source and binary forms, with or without
  48.     modification, are permitted provided that the following conditions
  49.     are met:
  50.     1. Redistributions of source code must retain the above copyright
  51.        notice, this list of conditions and the following disclaimer.
  52.     2. Redistributions in binary form must reproduce the above copyright
  53.        notice, this list of conditions and the following disclaimer in the
  54.        documentation and/or other materials provided with the distribution.
  55.   
  56.     THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  57.     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  58.     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  59.     ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  60.     FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  61.     DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  62.     OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  63.     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  64.     LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  65.     OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  66.     SUCH DAMAGE.
  67.  
  68.  
  69. numpy/core/src/umath/ufunc_object.c
  70.     Travis E. Oliphant  2005, 2006 oliphant@ee.byu.edu (oliphant.travis@ieee.org)
  71.     Brigham Young University
  72.  
  73.     based on the
  74.  
  75.     Original Implementation:
  76.     Copyright (c) 1995, 1996, 1997 Jim Hugunin, hugunin@mit.edu
  77.  
  78.     with inspiration and code from
  79.     Numarray
  80.     Space Science Telescope Institute
  81.     J. Todd Miller
  82.     Perry Greenfield
  83.     Rick White
  84.  
  85.  
  86. numpy/core/arrayprint.py
  87.     Written by Konrad Hinsen <hinsenk@ere.umontreal.ca>
  88.     last revision: 1996-3-13
  89.     modified by Jim Hugunin 1997-3-3 for repr's and str's (and other details)
  90.     and by Perry Greenfield 2000-4-1 for numarray
  91.     and by Travis Oliphant  2005-8-22 for numpy
  92.  
  93.  
  94. numpy/oldnumeric/ma.py
  95.     Copyright 1999, 2000, 2001 Regents of the University of California.
  96.     Released for unlimited redistribution.
  97.     Adapted for numpy_core 2005 by Travis Oliphant and
  98.     (mainly) Paul Dubois.
  99.  
  100.  
  101. numpy/core/src/multiarray/{arrayobject.c, usertypes.c}
  102.     Based on Original Numeric implementation
  103.     Copyright (c) 1995, 1996, 1997 Jim Hugunin, hugunin@mit.edu
  104.  
  105.     with contributions from many Numeric Python developers 1995-2004
  106.  
  107.     Heavily modified in 2005 with inspiration from Numarray
  108.  
  109.     by
  110.  
  111.     Travis Oliphant,  oliphant@ee.byu.edu
  112.     Brigham Young Univeristy
  113.  
  114.     maintainer email:  oliphant.travis@ieee.org
  115.  
  116.     Numarray design (which provided guidance) by
  117.     Space Science Telescope Institute
  118.     (J. Todd Miller, Perry Greenfield, Rick White)
  119.  
  120.  
  121. numpy/core/src/multiarray/multiarraymodule.c
  122.     Original file
  123.     Copyright (c) 1995, 1996, 1997 Jim Hugunin, hugunin@mit.edu
  124.  
  125.     Modified for numpy in 2005
  126.  
  127.     Travis E. Oliphant
  128.     oliphant@ee.byu.edu
  129.     Brigham Young University
  130.  
  131.  
  132. numpy/core/src/npymath/npy_math.c.src
  133.     Some of the code is taken from msun library in FreeBSD, with the following
  134.     notice:
  135.   
  136.     ====================================================
  137.     Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
  138.    
  139.     Developed at SunPro, a Sun Microsystems, Inc. business.
  140.     Permission to use, copy, modify, and distribute this
  141.     software is freely granted, provided that this notice
  142.     is preserved.
  143.     ====================================================
  144.  
  145.  
  146. numpy/core/src/npymath/npy_math_complex.c.src
  147.     Most of the code is taken from the msun library in FreeBSD (HEAD @ 30th June
  148.     2009), under the following license:
  149.    
  150.     Copyright (c) 2007 David Schultz <das@FreeBSD.ORG>
  151.     All rights reserved.
  152.    
  153.     Redistribution and use in source and binary forms, with or without
  154.     modification, are permitted provided that the following conditions
  155.     are met:
  156.     1. Redistributions of source code must retain the above copyright
  157.        notice, this list of conditions and the following disclaimer.
  158.     2. Redistributions in binary form must reproduce the above copyright
  159.        notice, this list of conditions and the following disclaimer in the
  160.        documentation and/or other materials provided with the distribution.
  161.    
  162.     THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  163.     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  164.     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  165.     ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  166.     FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  167.     DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  168.     OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  169.     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  170.     LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  171.     OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  172.     SUCH DAMAGE.
  173.  
  174.  
  175. numpy/core/src/npymath/npy_math_private.h
  176.     ====================================================
  177.     Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
  178.   
  179.     Developed at SunPro, a Sun Microsystems, Inc. business.
  180.     Permission to use, copy, modify, and distribute this
  181.     software is freely granted, provided that this notice
  182.     is preserved.
  183.     ====================================================
  184.  
  185.  
  186. numpy/distutils/cpuinfo.py
  187.     Copyright 2002 Pearu Peterson all rights reserved,
  188.     Pearu Peterson <pearu@cens.ioc.ee>
  189.     Permission to use, modify, and distribute this software is given under the
  190.     terms of the NumPy (BSD style) license.  See LICENSE.txt that came with
  191.     this distribution for specifics.
  192.  
  193.     NO WARRANTY IS EXPRESSED OR IMPLIED.  USE AT YOUR OWN RISK.
  194.     Pearu Peterson
  195.  
  196.  
  197. numpy/distutils/system_info.py
  198.     Authors:
  199.       Pearu Peterson <pearu@cens.ioc.ee>, February 2002
  200.       David M. Cooke <cookedm@physics.mcmaster.ca>, April 2002
  201.  
  202.     Copyright 2002 Pearu Peterson all rights reserved,
  203.     Pearu Peterson <pearu@cens.ioc.ee>
  204.     Permission to use, modify, and distribute this software is given under the
  205.     terms of the NumPy (BSD style) license.  See LICENSE.txt that came with
  206.     this distribution for specifics.
  207.  
  208.     NO WARRANTY IS EXPRESSED OR IMPLIED.  USE AT YOUR OWN RISK.
  209.  
  210.  
  211. numpy/random/mtrand/distributions.c
  212.     Copyright 2005 Robert Kern (robert.kern@gmail.com)
  213.   
  214.     Permission is hereby granted, free of charge, to any person obtaining a
  215.     copy of this software and associated documentation files (the
  216.     "Software"), to deal in the Software without restriction, including
  217.     without limitation the rights to use, copy, modify, merge, publish,
  218.     distribute, sublicense, and/or sell copies of the Software, and to
  219.     permit persons to whom the Software is furnished to do so, subject to
  220.     the following conditions:
  221.    
  222.     The above copyright notice and this permission notice shall be included
  223.     in all copies or substantial portions of the Software.
  224.    
  225.     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  226.     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  227.     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  228.     IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  229.     CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  230.     TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  231.     SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  232.  
  233.     The implementations of rk_hypergeometric_hyp(), rk_hypergeometric_hrua(),
  234.     and rk_triangular() were adapted from Ivan Frohne's rv.py which has this 
  235.     license:
  236.    
  237.                Copyright 1998 by Ivan Frohne; Wasilla, Alaska, U.S.A.
  238.                                All Rights Reserved
  239.   
  240.     Permission to use, copy, modify and distribute this software and its
  241.     documentation for any purpose, free of charge, is granted subject to the
  242.     following conditions:
  243.       The above copyright notice and this permission notice shall be included in
  244.       all copies or substantial portions of the software.
  245.   
  246.       THE SOFTWARE AND DOCUMENTATION IS PROVIDED WITHOUT WARRANTY OF ANY KIND,
  247.       EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO MERCHANTABILITY, FITNESS
  248.       FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHOR
  249.       OR COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM OR DAMAGES IN A CONTRACT
  250.       ACTION, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  251.       SOFTWARE OR ITS DOCUMENTATION.
  252.   
  253.  
  254. numpy/random/mtrand/randomkit.h
  255.     Copyright (c) 2003-2005, Jean-Sebastien Roy (js@jeannot.org)
  256.   
  257.     Permission is hereby granted, free of charge, to any person obtaining a
  258.     copy of this software and associated documentation files (the
  259.     "Software"), to deal in the Software without restriction, including
  260.     without limitation the rights to use, copy, modify, merge, publish,
  261.     distribute, sublicense, and/or sell copies of the Software, and to
  262.     permit persons to whom the Software is furnished to do so, subject to
  263.     the following conditions:
  264.   
  265.     The above copyright notice and this permission notice shall be included
  266.     in all copies or substantial portions of the Software.
  267.   
  268.     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  269.     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  270.     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  271.     IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  272.     CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  273.     TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  274.     SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  275.   
  276.  
  277. numpy/random/mtrand/initarray.c
  278.     The following changes have been made to it in 2005 by Robert Kern:
  279.  
  280.       * init_by_array has been declared extern, has a void return, and uses the
  281.         rk_state structure to hold its data.
  282.  
  283.      The original file has the following verbatim comments: 
  284.  
  285.      ------------------------------------------------------------------
  286.      The code in this module was based on a download from:
  287.         http://www.math.keio.ac.jp/~matumoto/MT2002/emt19937ar.html
  288.  
  289.      It was modified in 2002 by Raymond Hettinger as follows:
  290.  
  291.       * the principal computational lines untouched except for tabbing.
  292.  
  293.       * renamed genrand_res53() to random_random() and wrapped
  294.         in python calling/return code.
  295.  
  296.       * genrand_int32() and the helper functions, init_genrand()
  297.         and init_by_array(), were declared static, wrapped in
  298.         Python calling/return code.  also, their global data
  299.         references were replaced with structure references.
  300.  
  301.       * unused functions from the original were deleted.
  302.         new, original C python code was added to implement the
  303.         Random() interface.
  304.  
  305.      The following are the verbatim comments from the original code:
  306.  
  307.      A C-program for MT19937, with initialization improved 2002/1/26.
  308.      Coded by Takuji Nishimura and Makoto Matsumoto.
  309.  
  310.      Before using, initialize the state by using init_genrand(seed)
  311.      or init_by_array(init_key, key_length).
  312.  
  313.      Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
  314.      All rights reserved.
  315.  
  316.      Redistribution and use in source and binary forms, with or without
  317.      modification, are permitted provided that the following conditions
  318.      are met:
  319.  
  320.        1. Redistributions of source code must retain the above copyright
  321.       notice, this list of conditions and the following disclaimer.
  322.  
  323.        2. Redistributions in binary form must reproduce the above copyright
  324.       notice, this list of conditions and the following disclaimer in the
  325.       documentation and/or other materials provided with the distribution.
  326.  
  327.        3. The names of its contributors may not be used to endorse or promote
  328.       products derived from this software without specific prior written
  329.       permission.
  330.  
  331.      THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  332.      "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  333.      LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  334.      A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  335.      CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  336.      EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  337.      PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  338.      PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  339.      LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  340.      NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  341.      SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  342.  
  343.      Any feedback is very welcome.
  344.      http://www.math.keio.ac.jp/matumoto/emt.html
  345.      email: matumoto@math.keio.ac.jp
  346.  
  347.  
  348. numpy/random/mtrand/randomkit.c
  349.     Copyright (c) 2003-2005, Jean-Sebastien Roy (js@jeannot.org)
  350.   
  351.     The rk_random and rk_seed functions algorithms and the original design of 
  352.     the Mersenne Twister RNG:
  353.   
  354.       Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
  355.       All rights reserved.
  356.   
  357.       Redistribution and use in source and binary forms, with or without
  358.       modification, are permitted provided that the following conditions
  359.       are met:
  360.    
  361.       1. Redistributions of source code must retain the above copyright
  362.       notice, this list of conditions and the following disclaimer.
  363.   
  364.       2. Redistributions in binary form must reproduce the above copyright
  365.       notice, this list of conditions and the following disclaimer in the
  366.       documentation and/or other materials provided with the distribution.
  367.   
  368.       3. The names of its contributors may not be used to endorse or promote
  369.       products derived from this software without specific prior written
  370.       permission.
  371.   
  372.       THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  373.       "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  374.       LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  375.       A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  376.       CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  377.       EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  378.       PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  379.       PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  380.       LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  381.       NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  382.       SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  383.   
  384.     Original algorithm for the implementation of rk_interval function from
  385.     Richard J. Wagner's implementation of the Mersenne Twister RNG, optimised by
  386.     Magnus Jonsson.
  387.   
  388.     Constants used in the rk_double implementation by Isaku Wada.
  389.    
  390.     Permission is hereby granted, free of charge, to any person obtaining a
  391.     copy of this software and associated documentation files (the
  392.     "Software"), to deal in the Software without restriction, including
  393.     without limitation the rights to use, copy, modify, merge, publish,
  394.     distribute, sublicense, and/or sell copies of the Software, and to
  395.     permit persons to whom the Software is furnished to do so, subject to
  396.     the following conditions:
  397.    
  398.     The above copyright notice and this permission notice shall be included
  399.     in all copies or substantial portions of the Software.
  400.    
  401.     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  402.     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  403.     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  404.     IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  405.     CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  406.     TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  407.     SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  408.  
  409.  
  410. numpy/random/mtrand/{mtrand.pyx, distributions.h}
  411.     Copyright 2005 Robert Kern (robert.kern@gmail.com)
  412.  
  413.     Permission is hereby granted, free of charge, to any person obtaining a
  414.     copy of this software and associated documentation files (the
  415.     "Software"), to deal in the Software without restriction, including
  416.     without limitation the rights to use, copy, modify, merge, publish,
  417.     distribute, sublicense, and/or sell copies of the Software, and to
  418.     permit persons to whom the Software is furnished to do so, subject to
  419.     the following conditions:
  420.  
  421.     The above copyright notice and this permission notice shall be included
  422.     in all copies or substantial portions of the Software.
  423.  
  424.     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  425.     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  426.     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  427.     IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  428.     CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  429.     TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  430.     SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  431.  
  432.  
  433. numpy/random/mtrand/Python.pxi
  434.     Author:    Robert Kern
  435.     Copyright: 2004, Enthought, Inc.
  436.     License:   BSD Style
  437.  
  438.  
  439. numpy/f2py/*
  440.     Copyright 1999-2005 Pearu Peterson all rights reserved,
  441.     Pearu Peterson <pearu@ioc.ee>
  442.     Permission to use, modify, and distribute this software is given under the
  443.     terms of the NumPy License.
  444.  
  445.     NO WARRANTY IS EXPRESSED OR IMPLIED.  USE AT YOUR OWN RISK.
  446.  
  447.  
  448. numpy/f2py/docs/{usersguide.}/default.css
  449.     Author: David Goodger
  450.     Contact: goodger@users.sourceforge.net
  451.     copyright: This stylesheet has been placed in the public domain.
  452.  
  453.  
  454. numpy/ma/*
  455.     This package was initially written for numarray by Paul F. Dubois
  456.     at Lawrence Livermore National Laboratory.
  457.     In 2006, the package was completely rewritten by Pierre Gerard-Marchant
  458.     (University of Georgia) to make the MaskedArray class a subclass of ndarray,
  459.     and to improve support of structured arrays.
  460.  
  461.     Copyright 1999, 2000, 2001 Regents of the University of California.
  462.     Released for unlimited redistribution.
  463.  
  464.     * Adapted for numpy_core 2005 by Travis Oliphant and (mainly) Paul Dubois.
  465.     * Subclassing of the base ndarray 2006 by Pierre Gerard-Marchant
  466.       (pgmdevlist_AT_gmail_DOT_com)
  467.     * Improvements suggested by Reggie Dugard (reggie_AT_merfinllc_DOT_com)
  468.  
  469.     Author: Pierre Gerard-Marchant <pierregm_at_uga_dot_edu>
  470.  
  471.  
  472. From doc/sphinxext/LICENSE.txt:
  473.  
  474. -------------------------------------------------------------------------------
  475.     The files
  476.     - numpydoc.py
  477.     - autosummary.py
  478.     - autosummary_generate.py
  479.     - docscrape.py
  480.     - docscrape_sphinx.py
  481.     - phantom_import.py
  482.     have the following license:
  483.  
  484. Copyright (C) 2008 Stefan van der Walt <stefan@mentat.za.net>, Pauli Virtanen <pav@iki.fi>
  485.  
  486. Redistribution and use in source and binary forms, with or without
  487. modification, are permitted provided that the following conditions are
  488. met:
  489.  
  490.  1. Redistributions of source code must retain the above copyright
  491.     notice, this list of conditions and the following disclaimer.
  492.  2. Redistributions in binary form must reproduce the above copyright
  493.     notice, this list of conditions and the following disclaimer in
  494.     the documentation and/or other materials provided with the
  495.     distribution.
  496.  
  497. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  498. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  499. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  500. DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
  501. INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  502. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  503. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  504. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  505. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
  506. IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  507. POSSIBILITY OF SUCH DAMAGE.
  508.  
  509. -------------------------------------------------------------------------------
  510.     The files
  511.     - compiler_unparse.py
  512.     - comment_eater.py
  513.     - traitsdoc.py
  514.     have the following license:
  515.  
  516. This software is OSI Certified Open Source Software.
  517. OSI Certified is a certification mark of the Open Source Initiative.
  518.  
  519. Copyright (c) 2006, Enthought, Inc.
  520. All rights reserved.
  521.  
  522. Redistribution and use in source and binary forms, with or without
  523. modification, are permitted provided that the following conditions are met:
  524.  
  525.  * Redistributions of source code must retain the above copyright notice, this
  526.    list of conditions and the following disclaimer.
  527.  * Redistributions in binary form must reproduce the above copyright notice,
  528.    this list of conditions and the following disclaimer in the documentation
  529.    and/or other materials provided with the distribution.
  530.  * Neither the name of Enthought, Inc. nor the names of its contributors may
  531.    be used to endorse or promote products derived from this software without
  532.    specific prior written permission.
  533.  
  534. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  535. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  536. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  537. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
  538. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  539. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  540. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  541. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  542. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  543. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  544.  
  545.  
  546. -------------------------------------------------------------------------------
  547.     The files
  548.     - only_directives.py
  549.     - plot_directive.py
  550.     originate from Matplotlib (http://matplotlib.sf.net/) which has
  551.     the following license:
  552.  
  553. Copyright (c) 2002-2008 John D. Hunter; All Rights Reserved.
  554.  
  555. 1. This LICENSE AGREEMENT is between John D. Hunter (ΓÇ£JDHΓÇ¥), and the Individual or Organization (ΓÇ£LicenseeΓÇ¥) accessing and otherwise using matplotlib software in source or binary form and its associated documentation.
  556.  
  557. 2. Subject to the terms and conditions of this License Agreement, JDH hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use matplotlib 0.98.3 alone or in any derivative version, provided, however, that JDHΓÇÖs License Agreement and JDHΓÇÖs notice of copyright, i.e., ΓÇ£Copyright (c) 2002-2008 John D. Hunter; All Rights ReservedΓÇ¥ are retained in matplotlib 0.98.3 alone or in any derivative version prepared by Licensee.
  558.  
  559. 3. In the event Licensee prepares a derivative work that is based on or incorporates matplotlib 0.98.3 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to matplotlib 0.98.3.
  560.  
  561. 4. JDH is making matplotlib 0.98.3 available to Licensee on an ΓÇ£AS ISΓÇ¥ basis. JDH MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, JDH MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB 0.98.3 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
  562.  
  563. 5. JDH SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF MATPLOTLIB 0.98.3 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING MATPLOTLIB 0.98.3, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
  564.  
  565. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
  566.  
  567. 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between JDH and Licensee. This License Agreement does not grant permission to use JDH trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.
  568.  
  569. 8. By copying, installing or otherwise using matplotlib 0.98.3, Licensee agrees to be bound by the terms and conditions of this License Agreement.
  570.